home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / INTERNET / EMAIL / pop file / setup.exe / languages / English.msg < prev    next >
Encoding:
Text File  |  2004-09-21  |  27.4 KB  |  378 lines

  1. # Copyright (c) 2001-2003 John Graham-Cumming
  2. #
  3. #   This file is part of POPFile
  4. #
  5. #   POPFile is free software; you can redistribute it and/or modify
  6. #   it under the terms of the GNU General Public License as published by
  7. #   the Free Software Foundation; either version 2 of the License, or
  8. #   (at your option) any later version.
  9. #
  10. #   POPFile is distributed in the hope that it will be useful,
  11. #   but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. #   GNU General Public License for more details.
  14. #
  15. #   You should have received a copy of the GNU General Public License
  16. #   along with POPFile; if not, write to the Free Software
  17. #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  18. #
  19.  
  20. # Identify the language and character set used for the interface
  21. LanguageCode                            en
  22. LanguageCharset                         ISO-8859-1
  23. LanguageDirection                       ltr
  24.  
  25. # This is used to get the appropriate subdirectory for the manual
  26. ManualLanguage                          en
  27.  
  28. # This is where to find the FAQ on the Wiki
  29. FAQLink                                 FrequentlyAskedQuestions
  30.  
  31. # Common words that are used on their own all over the interface
  32. Apply                                   Apply
  33. On                                      On
  34. Off                                     Off
  35. TurnOn                                  Turn On
  36. TurnOff                                 Turn Off
  37. Add                                     Add
  38. Remove                                  Remove
  39. Previous                                Previous
  40. Next                                    Next
  41. From                                    From
  42. Subject                                 Subject
  43. Cc                                      Cc
  44. Classification                          Bucket
  45. Reclassify                              Reclassify
  46. Probability                             Probability
  47. Scores                                  Scores
  48. QuickMagnets                            QuickMagnets
  49. Undo                                    Undo
  50. Close                                   Close
  51. Find                                    Find
  52. Filter                                  Filter
  53. Yes                                     Yes
  54. No                                      No
  55. ChangeToYes                             Change to Yes
  56. ChangeToNo                              Change to No
  57. Bucket                                  Bucket
  58. Magnet                                  Magnet
  59. Delete                                  Delete
  60. Create                                  Create
  61. To                                      To
  62. Total                                   Total
  63. Rename                                  Rename
  64. Frequency                               Frequency
  65. Probability                             Probability
  66. Score                                   Score
  67. Lookup                                  Lookup
  68. Word                                    Word
  69. Count                                   Count
  70. Update                                  Update
  71. Refresh                                 Refresh
  72. FAQ                                     FAQ
  73. ID                                      ID
  74. Date                                    Date
  75. Arrived                                 Arrived
  76. Size                                    Size
  77.  
  78. # This is a regular expression pattern that is used to convert
  79. # a number into a friendly looking number (for the US and UK this
  80. # means comma separated at the thousands)
  81.  
  82. Locale_Thousands                       ,
  83. Locale_Decimal                         .
  84.  
  85. # The Locale_Date uses the format strings in Perl's Date::Format
  86. # module to set the date format for the UI.  There are two possible
  87. # ways to specify it.
  88. #
  89. # <format>            Just one simple format used for all dates
  90. # <<format> | <format> The first format is used for dates less than
  91. #                     7 days from now, the second for all other dates
  92.  
  93. Locale_Date                            %a %R | %D %R
  94.  
  95. # The header and footer that appear on every UI page
  96. Header_Title                            POPFile Control Center
  97. Header_Shutdown                         Shutdown POPFile
  98. Header_History                          History
  99. Header_Buckets                          Buckets
  100. Header_Configuration                    Configuration
  101. Header_Advanced                         Advanced
  102. Header_Security                         Security
  103. Header_Magnets                          Magnets
  104.  
  105. Footer_HomePage                         POPFile Home Page
  106. Footer_Manual                           Manual
  107. Footer_Forums                           Forums
  108. Footer_FeedMe                           Donate
  109. Footer_RequestFeature                   Request Feature
  110. Footer_MailingList                      Mailing List
  111. Footer_Wiki                             Documentation
  112.  
  113. Configuration_Error1                    The separator character must be a single character
  114. Configuration_Error2                    The user interface port must be a number between 1 and 65535
  115. Configuration_Error3                    The POP3 listen port must be a number between 1 and 65535
  116. Configuration_Error4                    The page size must be a number between 1 and 1000
  117. Configuration_Error5                    The number of days in the history must be a number between 1 and 366
  118. Configuration_Error6                    The TCP timeout must be a number between 10 and 300
  119. Configuration_Error7                    The XML RPC listen port must be a number between 1 and 65535
  120. Configuration_Error8                    The SOCKS V proxy port must be a number between 1 and 65535
  121. Configuration_POP3Port                  POP3 listen port
  122. Configuration_POP3Update                Updated POP3 port to %s; this change will not take affect until you restart POPFile
  123. Configuration_XMLRPCUpdate              Updated XML-RPC port to %s; this change will not take affect until you restart POPFile
  124. Configuration_XMLRPCPort                XML-RPC listen port
  125. Configuration_SMTPPort                  SMTP listen port
  126. Configuration_SMTPUpdate                Updated SMTP port to %s; this change will not take affect until you restart POPFile
  127. Configuration_NNTPPort                  NNTP listen port
  128. Configuration_NNTPUpdate                Updated NNTP port to %s; this change will not take affect until you restart POPFile
  129. Configuration_POPFork                   Allow concurrent POP3 connections
  130. Configuration_SMTPFork                  Allow concurrent SMTP connections
  131. Configuration_NNTPFork                  Allow concurrent NNTP connections
  132. Configuration_POP3Separator             POP3 host:port:user separator character
  133. Configuration_NNTPSeparator             NNTP host:port:user separator character
  134. Configuration_POP3SepUpdate             Updated POP3 separator to %s
  135. Configuration_NNTPSepUpdate             Updated NNTP separator to %s
  136. Configuration_UI                        User interface web port
  137. Configuration_UIUpdate                  Updated user interface web port to %s; this change will not take affect until you restart POPFile
  138. Configuration_History                   Number of messages per page
  139. Configuration_HistoryUpdate             Updated number of messages per page to %s
  140. Configuration_Days                      Number of days of history to keep
  141. Configuration_DaysUpdate                Updated number of days of history to %s
  142. Configuration_UserInterface             User Interface
  143. Configuration_Skins                     Skins
  144. Configuration_SkinsChoose               Choose skin
  145. Configuration_Language                  Language
  146. Configuration_LanguageChoose            Choose language
  147. Configuration_ListenPorts               Module Options
  148. Configuration_HistoryView               History View
  149. Configuration_TCPTimeout                Connection Timeout
  150. Configuration_TCPTimeoutSecs            Connection timeout in seconds
  151. Configuration_TCPTimeoutUpdate          Updated connection timeout to %s
  152. Configuration_ClassificationInsertion   Message Text Insertion
  153. Configuration_SubjectLine               Subject line<br>modification
  154. Configuration_XTCInsertion              X-Text-Classification<br>Header
  155. Configuration_XPLInsertion              X-POPFile-Link<br>Header
  156. Configuration_Logging                   Logging
  157. Configuration_None                      None
  158. Configuration_ToScreen                  To Screen
  159. Configuration_ToFile                    To File
  160. Configuration_ToScreenFile              To Screen and File
  161. Configuration_LoggerOutput              Logger output
  162. Configuration_GeneralSkins              Skins
  163. Configuration_SmallSkins                Small Skins
  164. Configuration_TinySkins                 Tiny Skins
  165. Configuration_CurrentLogFile            <Download current log file>
  166. Configuration_SOCKSServer               SOCKS V proxy host
  167. Configuration_SOCKSPort                 SOCKS V proxy port
  168. Configuration_SOCKSPortUpdate           Updated SOCKS V proxy port to %s
  169. Configuration_SOCKSServerUpdate         Updated SOCKS V proxy host to %s
  170. Configuration_Fields                    History Columns
  171.  
  172. Advanced_Error1                         '%s' already in the Ignored Words list
  173. Advanced_Error2                         Ignored words can only contain alphanumeric, ., _, -, or @ characters
  174. Advanced_Error3                         '%s' added to the Ignored Words list
  175. Advanced_Error4                         '%s' is not in the Ignored Words list
  176. Advanced_Error5                         '%s' removed from the Ignored Words list
  177. Advanced_StopWords                      Ignored Words
  178. Advanced_Message1                       POPFile ignores the following frequently-used words:
  179. Advanced_AddWord                        Add word
  180. Advanced_RemoveWord                     Remove word
  181. Advanced_AllParameters                  All POPFile Parameters
  182. Advanced_Parameter                      Parameter
  183. Advanced_Value                          Value
  184. Advanced_Warning                        This is the complete list of POPFile parameters.  Advanced users only: you may change any and click Update; there is no validity checking.  Items shown in bold have been changed from the default setting.
  185. Advanced_ConfigFile                     Configuration file:
  186.  
  187. History_Filter                           (just showing bucket <font color="%s">%s</font>)
  188. History_FilterBy                        Filter By
  189. History_Search                           (searched for from/subject %s)
  190. History_Title                           Recent Messages
  191. History_Jump                            Jump to page
  192. History_ShowAll                         Show All
  193. History_ShouldBe                        Should be
  194. History_NoFrom                          no from line
  195. History_NoSubject                       no subject line
  196. History_ClassifyAs                      Classify as
  197. History_MagnetUsed                      Magnet used
  198. History_MagnetBecause                   <b>Magnet Used</b><p>Classified to <font color="%s">%s</font> because of magnet %s </p>
  199. History_ChangedTo                       Changed to <font color="%s">%s</font>
  200. History_Already                         Reclassified as <font color="%s">%s</font>
  201. History_RemoveAll                       Remove All
  202. History_RemovePage                      Remove Page
  203. History_RemoveChecked                   Remove Checked
  204. History_Remove                          To remove entries in the history click
  205. History_SearchMessage                   Search From/Subject
  206. History_NoMessages                      No messages
  207. History_ShowMagnet                      magnetized
  208. History_Negate_Search                   Invert search/filter
  209. History_Magnet                           (just showing magnet classified messages)
  210. History_NoMagnet                         (just showing non-magnet classified messages)
  211. History_ResetSearch                     Reset
  212. History_ChangedClass                    Would now classify as
  213. History_Purge                           Delete Now
  214. History_Increase                        Increase
  215. History_Decrease                        Decrease
  216. History_Column_Characters               Change width of From, To, Cc and Subject columns
  217. History_Automatic                       Automatic
  218. History_Reclassified                    Reclassified
  219. History_Size_Bytes                      %d B
  220. History_Size_KiloBytes                  %.1f KB
  221. History_Size_MegaBytes                  %.1f MB
  222.  
  223. Password_Title                          Password
  224. Password_Enter                          Enter password
  225. Password_Go                             Go!
  226. Password_Error1                         Incorrect password
  227.  
  228. Security_Error1                         The port must be a number between 1 and 65535
  229. Security_Stealth                        Stealth Mode/Server Operation
  230. Security_NoStealthMode                  No (Stealth Mode)
  231. Security_StealthMode                    (Stealth Mode)
  232. Security_ExplainStats                   (With this turned on POPFile sends once per day the following three values to a script on www.usethesource.com: bc (the total number of buckets that you have), mc (the total number of messages that POPFile has classified) and ec (the total number of classification errors).  These get stored in a file and I will use this to publish some statistics about how people use POPFile and how well it works.  My web server keeps its log files for about 5 days and then they get deleted; I am not storing any connection between the statistics and individual IP addresses.)
  233. Security_ExplainUpdate                  (With this turned on POPFile sends once per day the following three values to a script on www.usethesource.com: ma (the major version number of your installed POPFile), mi (the minor version number of your installed POPFile) and bn (the build number of your installed POPFile).  POPFile receives a response in the form of a graphic that appears at the top of the page if a new version is available.  My web server keeps its log files for about 5 days and then they get deleted; I am not storing any connection between the update checks and individual IP addresses.)
  234. Security_PasswordTitle                  User Interface Password
  235. Security_Password                       Password
  236. Security_PasswordUpdate                 Updated password
  237. Security_AUTHTitle                      Remote Servers
  238. Security_SecureServer                   Remote POP3 server (SPA/AUTH or transparent proxy)
  239. Security_SecureServerUpdate             Updated remote POP3 server to %s
  240. Security_SecurePort                     Remote POP3 port (SPA/AUTH or transparent proxy)
  241. Security_SecurePortUpdate               Updated remote POP3 server port to %s
  242. Security_SMTPServer                     SMTP chain server
  243. Security_SMTPServerUpdate               Updated SMTP chain server to %s; this change will not take affect until you restart POPFile
  244. Security_SMTPPort                       SMTP chain port
  245. Security_SMTPPortUpdate                 Updated SMTP chain port to %s; this change will not take affect until you restart POPFile
  246. Security_POP3                           Accept POP3 connections from remote machines (requires POPFile restart)
  247. Security_SMTP                           Accept SMTP connections from remote machines (requires POPFile restart)
  248. Security_NNTP                           Accept NNTP connections from remote machines (requires POPFile restart)
  249. Security_UI                             Accept HTTP (User Interface) connections from remote machines  (requires POPFile restart)
  250. Security_XMLRPC                         Accept XML-RPC connections from remote machines (requires POPFile restart)
  251. Security_UpdateTitle                    Automatic Update Checking
  252. Security_Update                         Check daily for updates to POPFile
  253. Security_StatsTitle                     Reporting Statistics
  254. Security_Stats                          Send statistics daily
  255.  
  256. Magnet_Error1                           Magnet '%s' already exists in bucket '%s'
  257. Magnet_Error2                           New magnet '%s' clashes with magnet '%s' in bucket '%s' and could cause ambiguous results.  New magnet was not added.
  258. Magnet_Error3                           Create new magnet '%s' in bucket '%s'
  259. Magnet_CurrentMagnets                   Current Magnets
  260. Magnet_Message1                         The following magnets cause mail to always be classified into the specified bucket.
  261. Magnet_CreateNew                        Create New Magnet
  262. Magnet_Explanation                      These types of magnets are available:</b> <ul><li><b>From address or name:</b> For example: john@company.com to match a specific address, <br />company.com to match everyone who sends from company.com, <br />John Doe to match a specific person, John to match all Johns</li><li><b>To/Cc address or name:</b> Like a From: magnet but for the To:/Cc: address in a message</li> <li><b>Subject words:</b> For example: hello to match all messages with hello in the subject</li></ul>
  263. Magnet_MagnetType                       Magnet type
  264. Magnet_Value                            Values
  265. Magnet_Always                           Always goes to bucket
  266. Magnet_Jump                             Jump to magnet page
  267.  
  268. Bucket_Error1                           Bucket names can only contain the letters a to z in lower case, numbers 0 to 9,  plus - and _
  269. Bucket_Error2                           Bucket named %s already exists
  270. Bucket_Error3                           Created bucket named %s
  271. Bucket_Error4                           Please enter a non-blank word
  272. Bucket_Error5                           Renamed bucket %s to %s
  273. Bucket_Error6                           Deleted bucket %s
  274. Bucket_Title                            Bucket Configuration
  275. Bucket_BucketName                       Bucket<br>Name
  276. Bucket_WordCount                        Word Count
  277. Bucket_WordCounts                       Word Counts
  278. Bucket_UniqueWords                      Distinct<br>Words
  279. Bucket_SubjectModification              Subject Header<br>Modification
  280. Bucket_ChangeColor                      Bucket<br>Color
  281. Bucket_NotEnoughData                    Not enough data
  282. Bucket_ClassificationAccuracy           Classification Accuracy
  283. Bucket_EmailsClassified                 Messages classified
  284. Bucket_EmailsClassifiedUpper            Messages Classified
  285. Bucket_ClassificationErrors             Classification errors
  286. Bucket_Accuracy                         Accuracy
  287. Bucket_ClassificationCount              Classification Count
  288. Bucket_ClassificationFP                 False Positives
  289. Bucket_ClassificationFN                 False Negatives
  290. Bucket_ResetStatistics                  Reset Statistics
  291. Bucket_LastReset                        Last Reset
  292. Bucket_CurrentColor                     %s current color is %s
  293. Bucket_SetColorTo                       Set %s color to %s
  294. Bucket_Maintenance                      Maintenance
  295. Bucket_CreateBucket                     Create bucket with name
  296. Bucket_DeleteBucket                     Delete bucket named
  297. Bucket_RenameBucket                     Rename bucket named
  298. Bucket_Lookup                           Lookup
  299. Bucket_LookupMessage                    Lookup word in buckets
  300. Bucket_LookupMessage2                   Lookup result for
  301. Bucket_LookupMostLikely                 <b>%s</b> is most likely to appear in <font color="%s">%s</font>
  302. Bucket_DoesNotAppear                    <p><b>%s</b> does not appear in any of the buckets
  303. Bucket_DisabledGlobally                 Disabled globally
  304. Bucket_To                               to
  305. Bucket_Quarantine                       Quarantine<br>Message
  306.  
  307. SingleBucket_Title                      Detail for %s
  308. SingleBucket_WordCount                  Bucket word count
  309. SingleBucket_TotalWordCount             Total word count
  310. SingleBucket_Percentage                 Percentage of total
  311. SingleBucket_WordTable                  Word Table for %s
  312. SingleBucket_Message1                   Click a letter in the index to see the list of words that start with that letter.  Click any word to lookup its probability for all buckets.
  313. SingleBucket_Unique                     %s distinct
  314. SingleBucket_ClearBucket                Remove All Words
  315.  
  316. Session_Title                           POPFile Session Expired
  317. Session_Error                           Your POPFile session has expired.  This could have been caused by starting and stopping POPFile but leaving your web browser open.  Please click one of the links above to continue using POPFile.
  318.  
  319. View_Title                              Single Message View
  320. View_ShowFrequencies                    Show word frequencies
  321. View_ShowProbabilities                  Show word probabilities
  322. View_ShowScores                         Show word scores and decision chart
  323. View_WordMatrix                         Word matrix
  324. View_WordProbabilities                  showing word probabilities
  325. View_WordFrequencies                    showing word frequencies
  326. View_WordScores                         showing word scores
  327. View_Chart                              Decision Chart
  328.  
  329. Windows_TrayIcon                        Show POPFile icon in Windows system tray?
  330. Windows_Console                         Run POPFile in a console window?
  331. Windows_NextTime                        <p><font color="red">This change will not take effect until the next time you start POPFile</font>
  332.  
  333. Header_MenuSummary                      This table is the navigation menu which allows access to each of the different pages of the control center.
  334. History_MainTableSummary                This table shows the sender and subject of recently received messages and allows them to be reviewed and reclassified.  Clicking on the subject line will show the full message text, along with information about why it was classified as it was.  The 'Should be' column allows you to specify which bucket the message belongs in, or to undo that change.  The 'Delete' column allows you to delete specific messages from the history if you don't need them anymore.
  335. History_OpenMessageSummary              This table contains the full text of a message message, with the words that are used for classification highlighted according to the bucket that was most relevant for each.
  336. Bucket_MainTableSummary                 This table provides an overview of the classification buckets.  Each row shows the bucket name, the word count total for that bucket, the actual number of individual words in each bucket, whether the message's subject line will be modified when it gets classified to that bucket, whether to quarantine the messages received in that bucket, and a table to pick the color used in displaying anything related to that bucket in the control center.
  337. Bucket_StatisticsTableSummary           This table provides three sets of statistics on the overall performance of POPFile.  The first is how accurate its classification is, the second is how many messages have been classified, and to which buckets, and the third is how many words are in each bucket, and what their relative percentages are.
  338. Bucket_MaintenanceTableSummary          This table contains forms that allow you to create, delete or rename buckets, and to lookup a word in all of the buckets to see its relative probabilities.
  339. Bucket_AccuracyChartSummary             This table graphically represents the accuracy of the message classification.
  340. Bucket_BarChartSummary                  This table graphically represents a percentage allocation for each of the different buckets.  It is used for both number of messages classified, and total word counts.
  341. Bucket_LookupResultsSummary             This table shows the probabilities associated with any given word of the corpus.  For each bucket, it shows the frequency that that word occurs, the probability that it will occur in that bucket, and the overall effect on the score of the bucket if that word exists in a message.
  342. Bucket_WordListTableSummary             This table provides a listing of all the words for a particular bucket, organized by common first letter for each row.
  343. Magnet_MainTableSummary                 This table shows the list of magnets that are used to automatically classify message according to fixed rules.  Each row shows how the magnet is defined, what bucket it is intended for, and a button to delete the magnet.
  344. Configuration_MainTableSummary          This table contains a number of forms to allow you to control the configuration of POPFile.
  345. Configuration_InsertionTableSummary     This table contains buttons that determine whether or not certain modifications are made to the headers or subject line of the message before it is passed on to the message client.
  346. Security_MainTableSummary               This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information.
  347. Advanced_MainTableSummary               This table provides a list of words that POPFile ignores when classifying message due to their relative frequency in message in general.  They are organized per row according to the first letter of the words.
  348.  
  349. Imap_Bucket2Folder                      Mail for bucket <b>%s</b> goes to folder
  350. Imap_MapError                           You cannot map more than one bucket to a single folder!
  351. Imap_Server                             IMAP server hostname:
  352. Imap_ServerNameError                    Please enter the server's hostname!
  353. Imap_Port                               IMAP Server port:
  354. Imap_PortError                          Please enter a valid port number!
  355. Imap_Login                              IMAP account login:
  356. Imap_LoginError                         Please enter a user/login name!
  357. Imap_Password                           Password for IMAP account:
  358. Imap_PasswordError                      Please enter a password for the server!
  359. Imap_Expunge                            Expunge deleted messages from watched folders.
  360. Imap_Interval                           Update interval in seconds:
  361. Imap_IntervalError                      Please enter an interval between 10 and 3600 seconds.
  362. Imap_Bytelimit                          Bytes per message to use for classification. Enter 0 (Null) for the complete message:
  363. Imap_BytelimitError                     Please enter a number.
  364. Imap_RefreshFolders                     Refresh list of folders
  365. Imap_Now                                now!
  366. Imap_UpdateError1                       Could not login. Verify your login name and password, please.
  367. Imap_UpdateError2                       Failed to connect to server. Please check the host name and port and make sure you are online.
  368. Imap_UpdateError3                       Please configure the connection details first.
  369. Imap_NoConnectionMessage                Please configure the connection details first. After you have done that, more options will be available on this page.
  370. Imap_WatchMore                          a folder to list of watched folders
  371. Imap_WatchedFolder                      Watched folder no
  372.  
  373. Shutdown_Message                        POPFile has shut down
  374.  
  375. Help_Training                           When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile missclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>.
  376. Help_Bucket_Setup                       POPFile requires at least two buckets in addition to the unclassified pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket.
  377. Help_No_More                            Don't show me this again
  378.